home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gekkan Dennou Club 147
/
Gekkan Dennou Club - 2000.8 Vol. 147 (Japan).7z
/
Gekkan Dennou Club - 2000.8 Vol. 147 (Japan) (Track 1).bin
/
docs
/
ippon
/
data
/
etc
/
sword.lzh
/
parts.h
< prev
next >
Wrap
Text File
|
1999-06-02
|
1KB
|
76 lines
/* parts.h */
typedef struct _parts_table {
signed short x, y; /* 座標 */
unsigned short pt; /* スプライトパターンNo. */
} PARTS_TABLE;
/* 本体 */
PARTS_TABLE parts0_table[18] =
{
/* x,y,pt */
{-24, -40, 0x11},
{ -8, -40, 0x12},
{ 8, -40, 0x13},
{-24, -24, 0x21},
{ -8, -24, 0x22},
{ 8, -24, 0x23},
{-24, -8, 0x31},
{ -8, -8, 0x32},
{ 8, -8, 0x33},
{-24, 8, 0x41},
{ -8, 8, 0x42},
{ 8, 8, 0x43},
{-24, 24, 0x51},
{ -8, 24, 0x52},
{ 8, 24, 0x53},
{-24, 40, 0x61},
{ -8, 40, 0x62},
{ 8, 40, 0x63},
};
/* 左翼 */
PARTS_TABLE parts1_table[9] =
{
/***** x, y, pt */
{-32, -32, 0x26},
{-16, -32, 0x27},
{ 0, -32, 0x28},
{-32, -16, 0x36},
{-16, -16, 0x37},
{ 0, -16, 0x38},
{-32, 0, 0x46},
{-16, 0, 0x47},
{ 0, 0, 0x48},
};
/* 右翼 */
PARTS_TABLE parts2_table[9] =
{
/***** x, y, pt */
{ 0, -32, 0x29},
{ 16, -32, 0x2a},
{ 32, -32, 0x2b},
{ 0, -16, 0x39},
{ 16, -16, 0x3a},
{ 32, -16, 0x3b},
{ 0, 0, 0x49},
{ 16, 0, 0x4a},
{ 32, 0, 0x4b},
};